home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
IDimager Personal 4.2.0.3
/
setup_IDimager_Personal_V4.exe
/
{app}
/
web
/
index.psc
< prev
next >
Wrap
Text File
|
2008-08-06
|
4KB
|
98 lines
%include modules\uservalidate.inc %/include
<html>
<!--
Want to know more about Ajax with Prototype? Start reading here
http://www.sergiopereira.com/articles/prototype.js.html#Whatsthat
-->
<head>
<title>IDimager Catalog Browser</title>
<link rel="stylesheet" href="%var:PageOffset/idimager.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
%include api.inc %/include
</head>
<body onLoad="javascript: doInit();
getHTML('%var:PageOffset/modules/labeltree.psc', 'top', 'GUID=top&showCounts=n&level=0');
getHTML('%var:PageOffset/modules/albumtree.psc', 'portfolio', 'GUID=top&showCounts=y&level=0');
getHTML('%var:PageOffset/modules/frontpage.psc', 'thumbs', '');
"
>
<div id="mainLeft">
<div id="homeBox">
<a href="%var:PageOffset/index.psc"><img id="imgHome" src="%var:PageOffset/images/home.png"></a>
</div>
<div id="searchBox">
<input id="searchInput"
name="dfSearch"
value="search"
onKeyPress="javascript:checkEnter(event);"
onClick="javascript:selectAll();"
>
</div>
<div id="caption">
Catalog Labels
</div>
<div id="top" style="float: left; width: 100%;">
(loading...)
</div>
<div id="caption">
Portfolios
</div>
<div id="portfolio" style="float: left;width: 100%;">
(loading...)
</div>
<div id="caption">
Ratings
</div>
<div id="ratings" style="float: left;width: 100%;">
<a href="#" onClick="javascript:getHTML('%var:PageOffset/modules/rating.psc', 'thumbs', 'rating=5'); return false;"><img src="%var:PageOffset/images/5_rating.png" alt="5 star rated" title="5 star rated"></a><br/>
<a href="#" onClick="javascript:getHTML('%var:PageOffset/modules/rating.psc', 'thumbs', 'rating=4'); return false;"><img src="%var:PageOffset/images/4_rating.png" alt="4 star rated" title="4 star rated"></a><br/>
<a href="#" onClick="javascript:getHTML('%var:PageOffset/modules/rating.psc', 'thumbs', 'rating=3'); return false;"><img src="%var:PageOffset/images/3_rating.png" alt="3 star rated" title="3 star rated"></a><br/>
<a href="#" onClick="javascript:getHTML('%var:PageOffset/modules/rating.psc', 'thumbs', 'rating=2'); return false;"><img src="%var:PageOffset/images/2_rating.png" alt="2 star rated" title="2 star rated"></a><br/>
<a href="#" onClick="javascript:getHTML('%var:PageOffset/modules/rating.psc', 'thumbs', 'rating=1'); return false;"><img src="%var:PageOffset/images/1_rating.png" alt="1 star rated" title="1 star rated"></a><br/>
</div>
<div style="float: left; width: 100%;">
<br/>
%code
result := toWideString('');
if SessionData.Prop['IsAdmin'] then
begin
result := result + '<a href="%var:PageOffset/logout.psc">';
result := result + '<img src="%var:PageOffset/images/adminuser.png" alt="you have admin rights..." title="you have admin rights...">';
result := result + '</a>';
end
else
begin
result := result + '<a href="%var:PageOffset/logout.psc">';
result := result + '<img src="%var:PageOffset/images/logout.png" alt="logout..." title="logout...">';
result := result + '</a>';
end
%/code
<a href="http://www.idimager.com"><img src="%var:PageOffset/images/idimager-icon.png" alt="powered by IDimager" title="powered by IDimager"></a>
</div>
</div>
<div id="thumbs">
</div>
</body>
</html>